home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / blade10 / main.dfm / main.txt
Text File  |  1995-12-22  |  1KB  |  63 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 95
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Blinking Label Demo'
  7.   ClientHeight = 141
  8.   ClientWidth = 348
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object BlinkLabel1: TBlinkLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 333
  20.     Height = 24
  21.     Caption = 'This label blinks @ 300ms intervals'
  22.     Font.Color = clBlue
  23.     Font.Height = -20
  24.     Font.Name = 'Arial'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object BlinkLabel2: TBlinkLabel
  29.     Left = 7
  30.     Top = 40
  31.     Width = 333
  32.     Height = 24
  33.     Caption = 'This label blinks @ 100ms intervals'
  34.     Font.Color = clRed
  35.     Font.Height = -20
  36.     Font.Name = 'Arial'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.     BlinkRate = 100
  40.   end
  41.   object BlinkLabel3: TBlinkLabel
  42.     Left = 7
  43.     Top = 72
  44.     Width = 333
  45.     Height = 24
  46.     Caption = 'This label blinks @ 700ms intervals'
  47.     Font.Color = clFuchsia
  48.     Font.Height = -20
  49.     Font.Name = 'Arial'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.     BlinkRate = 700
  53.   end
  54.   object BlinkLabel4: TBlinkLabel
  55.     Left = 125
  56.     Top = 112
  57.     Width = 98
  58.     Height = 16
  59.     Caption = 'Dizzy Yet?  =D'
  60.     BlinkRate = 200
  61.   end
  62. end
  63.